home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / L02A2.DIR / scripts.cst_1_Main Scripts.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  192 b   |  15 lines

  1. on startMovie
  2.   startLib()
  3. end
  4.  
  5. on stopMovie
  6.   stopLib()
  7. end
  8.  
  9. on initActivity
  10.   initActivityLib(#DragDropStickSwitch)
  11.   randomOff()
  12.   forceActivityType(#DragDropStick)
  13.   initializeRound()
  14. end
  15.